.mask-card {
  padding: 20px 30px;
  background-color: white;
  position: relative;
}
.mask-card .mask-card-img {
  position: absolute;
  top: 65px;
  right: 20px;
  transition: all 0.2s;
}
.mask-card .mask-card-title {
  font-weight: 900;
  font-size: 18px;
  color: black;
  margin-bottom: 29px;
}
.mask-card .mask-card-content {
  height: 125px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
